home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- rem
- rem $ 1 - Hot Key Number - Delay Value
- rem
- rem Specify a delay value only if your Word Processor
- rem needs it e.g. Q&A, Professional Write
- rem
- rem example _SCHOLAR 2092-5
- rem Hot Key = 2092 (ALT-Z on my keyboard)
- rem Delay = 5 (5 delay times seems to work well)
- rem
- if %1x == x %CD%\OLB\BIBLE\_BIBLE %CD%\OLB\BIBLE\AV_RVA "Enter Hotkey:" "Enter Passage:"
- if not %1x == x %CD%\OLB\BIBLE\_BIBLE %CD%\OLB\BIBLE\AV_RVA %1 "Enter Passage:"
-